home *** CD-ROM | disk | FTP | other *** search
/ CinE CD 4 / CinE CD ROM 04.iso / pc / main.dir / 00077_Script_77 < prev    next >
Text File  |  1995-12-15  |  154b  |  10 lines

  1. on mouseup
  2.   cursor 4
  3.   set the movierate of sprite 3 = 1
  4.   cursor 0
  5.   go to frame "menu"
  6. end mouseup
  7.  
  8. on mousedown
  9.   button_script
  10. end mousedown